home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- ----------------------------------------------------------------------
-
- MysticView Global Definitions
-
- ------------------------------------------------------ tabsize = 4 ---
- *********************************************************************/
-
- #ifndef _GLOBALS_
- #define _GLOBALS_ 1
-
- #include <exec/types.h>
-
- #include "WBView.h"
-
- /*------------------------------------------------------------------*/
-
- #define __VERSION__ "0.68"
-
- #define PROGNAME "MysticView " __VERSION__
-
- #define EXEC_VERSION 39
- #define DATATYPES_VERSION 39
- #define RENDER_VERSION 0
-
- /*------------------------------------------------------------------*/
-
- extern APTR memhandler;
- extern struct Library *RenderBase;
- extern struct Library *DataTypesBase;
-
- /*------------------------------------------------------------------*/
-
- APTR AllocVecPooled( ULONG allocsize );
- void FreeVecPooled( APTR memblock );
- BOOL InitGlobal( void );
- void CloseGlobal( void);
-
- #endif
-